home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / tc2pat.com / README.PAT < prev    next >
Encoding:
Text File  |  1989-10-10  |  938 b   |  27 lines

  1. Turbo C 2.0 patches
  2. -------------------
  3.  
  4. This archive has the following batch files to fix several problems in
  5. the Turbo C 2.0 package.  Note, you will also need the patch program
  6. located in the file PATCH.ARC in LIB 5 on BprogB.
  7.  
  8. PATPRNTF.BAT - fixes the problem with the %.0f format specifier by
  9. using TLIB.EXE to install new .OBJ files into your Turbo C
  10. 2.0 .LIB files.
  11.  
  12. PATTLIB.BAT - uses PATCH.COM to patch TLIB.EXE to eliminate the
  13. problem in which TLIB strips out line number information from .LIB
  14. modules.
  15.  
  16. PATTC.BAT - uses PATCH.COM to patch TC.EXE so that __TURBOC__
  17. has the value 0x0200 and so that TC does not overwrite the INT
  18. 60H vector.
  19.  
  20. PATSTAT.BAT - fixes the problem with stat in the tiny model by
  21. using TLIB.EXE to install a new .OBJ file into your Turbo C
  22. 2.0 .LIB file.
  23.  
  24. PATFLOAT.BAT - uses PATCH.COM to patch TC.EXE and TCC.EXE to correct
  25. the "floating point formats not linked" problem.
  26.  
  27.